home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
biz
/
dopus
/
DOpus414JRsrc.lha
/
DirectoryOpus4
/
DOpus_Print
/
makefile
< prev
next >
Wrap
Makefile
|
2000-03-04
|
458b
|
20 lines
ASM = Work:Dev/PhxAss/bin/PhxAss
ASMOPTS = M=68020 SYMDEBUG SC SD 4
CCOPTS = -m68020 -fbaserel
OBJS = print.o printreq.o doprint.o data.o printdir.o lsprintf.o strings.o
All : DOpus_Print
DOpus_Print : $(OBJS)
gcc -o DOpus_Print $(OBJS) -noixemul $(CCOPTS) -s
.c.o:
gcc -c $*.c $(CCOPTS) -fomit-frame-pointer -msmall-code -Os
lsprintf.o: lsprintf.asm
$(ASM) lsprintf.asm $(ASMOPTS)
@hunk2aout >NIL: $*.o
@delete $*.o QUIET
@rename obj.0000.* $*.o